home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / fratboy_.swf / scripts / DefineButton2_2052 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  185b  |  10 lines

  1. on(release){
  2.    if(_root.allDead != false && _root.pausee != true)
  3.    {
  4.       next._alpha = 20;
  5.       _root.allDead = false;
  6.       p._alpha = 20;
  7.       _root.delay = 1;
  8.    }
  9. }
  10.